socket n. 1.(承物或藏物的)孔,洞,窝,凹处,承口。 2.【解剖学】(眼)窝,腔;(齿)槽;【地质学;地理学】牙槽;(烛台的)烛窝;轴孔;【机械工程】承窝;座;套节;轴承。 3.【电学】插口,插座,管座。 the eye socket 眼窝。 an electric bulb socket 电灯泡插座。 a socket pipe 套管。 a reducing socket 异径管节,大小头。 a screw socket 螺丝插口。 socket wrench 套筒扳手。 vt. 1.给…配插座[承口等];使装入插座,用插座固定住。 2.用球棒的后跟击(高尔夫球)。
For an introduction to bsd sockets, read this 有关bsd套接字的简介,请阅读
Can be a lot of things, but most of the time in internet programming, this term refers to bsd sockets-an interface implemented on all modern operating systems 可以是很多事情,但对于internet编程的大多数情况而言,这个术语指bsd套接字一种在所有现代操作系统上都实现了的接口。
The windows sockets interface was designed for portability with bsd sockets, with minimal changes that are noted in the introductory sections of the winsock specification windows套接字当初设计时考虑了与bsd套接字的可移植性,只需按winsock规范中介绍性部分的说明做最小的改动。
There are two series interface installed on the os in advance, the one is called bsd socket designed by berkeley software, with the working mode of blocking synchronization, nonblocking asynchronization and polling, the other is named winsock designed by microsoft, worked via the way of windows message driven . as the foundation of process socket seizing technologies under microsoft windows, api ( application program interface ) hook technology is the core to achieve windows进程套接字数据劫持技术的基础部分,windows应用程序接口api挂接技术,该技术是实现操作系统不支持的特殊功能的应用程序的核心,有相当难度,与传统的基于网络设备接口规范(ndis)的包过滤技术相比,该技术的不同之处在于它可以在应用层上对任意进程的网络输入和输出数据进行捕获。